Int64NINumericInt64NMultiply Method
Computes the product of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int64N INumeric<Int64N>.Multiply(
Int64N value
)
Private Function Multiply (
value As Int64N
) As Int64N Implements INumeric(Of Int64N).Multiply
private:
virtual Int64N Multiply(
Int64N value
) sealed = INumeric<Int64N>::Multiply
private abstract Multiply :
value : Int64N -> Int64N
private override Multiply :
value : Int64N -> Int64N
- value Int64N
- The value to multiply with the current value.
Int64NThe product of the current value and
value.
INumericTSelfMultiply(TSelf)